home *** CD-ROM | disk | FTP | other *** search
- echo off
- scrntype
- if errorlevel 1 goto graphics
- echo This demonstration will not include graphics, which require
- echo an EGA or VGA video system.
- pause
- copy \mb\00000120\nograph.trl \mb\00000120\automate.trl
- mbdemo demo
- goto done
-
- :graphics
- copy \mb\00000120\graph.trl \mb\00000120\automate.trl
- mbdemo demo -gegatext
- goto done
-
- :done
- echo Now resetting demo for additional viewings
- delotl demo -c
- md \mb\00000120
- copy \mb\save0120\*.* \mb\00000120
- copy \mb\savedemo.otl \mb\demo.otl
- echo on